home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / wb-enhancement / multiblank / multiblank.doc < prev    next >
Text File  |  1996-02-26  |  3KB  |  71 lines

  1. Program: MultiBlank
  2.  
  3. Version: 1.4 (16.12.95)
  4.  
  5. Author:  Simon Clayton
  6.          12 Valley Way
  7.          Exmouth
  8.          Devon
  9.          EX8 4PD
  10.          ENGLAND
  11.  
  12.          EMail: sdc395@ecs.soton.ac.uk
  13.  
  14. Short:   MultiBlank is a modular screen blanker like GBlanker and BlitzBlank
  15.          but (IMHO) better
  16.  
  17. Req.:    MultiBlank works on any Amiga with OS 2.04 or above
  18.  
  19. MultiBlank is a modular screen blanker which uses OS 2.04 commodities
  20. functions to monitor user activity.  It can be run from a CLI or Workbench
  21. and takes it settings from the command line or .info file respectively.
  22. The arguments/tooltypes are as follows:
  23.  
  24. CX_POPUP    - show user interface on startup.  Default NO
  25.  
  26. CX_POPKEY   - specify hotkey using commodities conventions.  Default "control
  27.               alt b"
  28.  
  29. CX_PRIORITY - commodities priority.  Default 0
  30.  
  31. SCREEN      - Delay between last user activity and start of screen blanking.
  32.               Default 8 mins.
  33.  
  34. MOUSE       - Delay between last user activity and mouse blanking.  Default
  35.               3 min.
  36.  
  37. PATH        - Path to directory containing blanking modules.  Default
  38.               "Modules"
  39.  
  40. MODULE      - Name of startup module.  Default "BlackOut"
  41.               BlackOut is a built in module which does as little as possible
  42.               to achieve a blank screen.  This module is used as a backup if
  43.               the requested one fails to blank.
  44.  
  45. There is currently no facility to save the settings from the program, so
  46. you'll have to use a tooltypes editor like Workbench's Information prog.
  47.  
  48. If you want to write a module for MBlank then go ahead.  All I ask is that
  49. you take care to make it stable and that you send me a copy.  If I like it,
  50. and you agree, I might include it in subsequent uploads.  See documentation
  51. in "Developers" drawer for info.
  52.  
  53. Any suggestions for improving this program are welcome (read wanted).
  54.  
  55. I realise that this isn't a very in-depth doc but I hate writing them and
  56. this is a VERY simple program :-)
  57.  
  58. One more thing...
  59.  
  60. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  61. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE
  62. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  63. YOU ARE ADVISED TO TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT.  YOU
  64. AGREE TO ACCEPT THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  65. SOFTWARE AND DOCUMENTATION.  IN NO EVENT WILL SIMON CLAYTON BE LIABLE FOR
  66. DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY
  67. DEFECT IN THE PROGRAM.
  68.  
  69. Hope you like it,
  70.  
  71. Simon